-
Notifications
You must be signed in to change notification settings - Fork 110
[Server] Add missing handler for resource subscribe/unsubscribe handlers #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
627f00b to
95be722
Compare
| * file that was distributed with this source code. | ||
| */ | ||
|
|
||
| ini_set('display_errors', '0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prevents PHP from printing errors to the response body fixes the JSON-RPC error of outputting html
95be722 to
c0e0c22
Compare
c0e0c22 to
f40d08e
Compare
…-Resource-Subscribe-Unsubscribe
chr-hertel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bigdevlarry for working on this - my main concern is about bloating the Registry, other than that i think the comments are good to tackle 👍 Thanks again!
Add missing handler for resource subscribe/unsubscribe handlers
Motivation and Context
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context